-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Update conf.py to execute imports during pdf building #38841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
According [https://ipython.readthedocs.io/en/stable/sphinxext.html](), it should be `ipython_execlines` not `ipython_exec_lines`. Should close issue #38451
hmm so it is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gepcel for the PR. will check pdf doc build shortly on my release environment for 1.2 with this change
changed milestone as we will want to backport this, if merged.
@simonjayhawkins how's this looking |
will merge this to close #38451 as it does prevent the NameError. However, something else is awry since During the first run of |
Thanks @gepcel |
…ding (#38970) Co-authored-by: WANG Aiyong <[email protected]>
That might because the section (reference) name is "visualization" and the section title is also "visualization", therefore the |
closes #38451
According https://ipython.readthedocs.io/en/stable/sphinxext.html, it should be
ipython_execlines
notipython_exec_lines
. Should close issue #38451